home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_066 / nart / nart.readme < prev    next >
Text File  |  1992-05-06  |  2KB  |  45 lines

  1.     How to make this beastie:
  2.  
  3. Assumptions: source is in current directory, MetaComCo assembler is in df1:,
  4.     Alink is in your C: directory.
  5.  
  6. 1> df1:c/assem rnd.s -o rnd.o
  7. 1> df1:c/assem rotate.s -i df1:include -o rotate.o
  8.  
  9. At this point, put your Lattice compiler in df1:
  10.  
  11. 1> df1:c/lc1 -idf1:include/ nart
  12. 1> df1:c/lc2 -v nart        ; -v really isn't necessary
  13. 1> alink df1:lib/astartup.obj+nart.o+rnd.o+rotate.o library df1:lib/amiga.lib+df1:lib/lc.lib to nart faster
  14.  
  15. SYNOPSIS
  16.     nart
  17.  
  18. DESCRIPTION
  19.     NART is the New Art program (if you have the Manx compiler with an
  20. examples directory, you have the old art program).  It's a display hack that
  21. I finally got around to making "flow."  May actually hold your interest for
  22. a few seconds.  May give some people headaches.
  23.  
  24. --------
  25.  
  26.     I originally tried to write this under Manx, but it became
  27. non-trivial, so I didn't bother.  Getting what I wanted to happen under
  28. Lattice was no picnic either.  If you manage to coerce this to work under
  29. Manx, let me know.
  30.  
  31.     Yes, including lc.lib is necessary, but by trickery and deceit at
  32. the linking stage, I have managed to keep the code size down.
  33.  
  34. _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  35.  ________                ___
  36.            \            /___--__                Leo L. Schwab
  37.   ___  ___ /\               ---##\              ihnp4!ptsfa!well!ewhac
  38.       /   X  \_____    |  __ _---))                      ..or..
  39.      /   /_\--    -----+==____\ // \  _         well ---\
  40. ___ (   o---+------------------O/   \/ \        dual ----> !unicom!ewhac
  41.      \     /                ___ \_  (`o )       hplabs -/       ("AE-wack")
  42.  ____ \___/                          \_/
  43.               Recumbent Bikes:                  "Work FOR?  I don't work FOR
  44.             The _O_n_l_y Way To Fly!                anybody!  I'm just having fun."
  45.